SipClientSendResponseDecline Method (Request, String) |
Sends "Decline" response with status code 603 and the specified description text. It is same method as
RejectRequest(Request).
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Response SendResponseDecline(
Request request,
string description
)
Public Function SendResponseDecline (
request As Request,
description As String
) As Response
Parameters
- request
- Type: Independentsoft.SipRequest
The received request. - description
- Type: SystemString
A string containing response description text.
Return Value
Type:
ResponseThe response sent.
See Also